golang.org/x/net/http2.Framer.writeBytes (method)
4 uses
golang.org/x/net/http2 (current package)
frame.go#L397: func (f *Framer) writeBytes(v []byte) { f.wbuf = append(f.wbuf, v...) }
frame.go#L877: f.writeBytes(data[:])
frame.go#L920: f.writeBytes(debugData)
frame.go#L1391: f.writeBytes(payload)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)